home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / dialogic.zip / README.1ST < prev    next >
Text File  |  1990-01-31  |  6KB  |  143 lines

  1.                            =================================================
  2.                                             Dialog Software
  3.                                    Box 9889 at 1101 Wilson Boulevard
  4.                                     Arlington, Virginia 22209-0889
  5.  
  6.                                   General information: 1-703-528-1505
  7.                                     Order line only: 1-800-342-5641
  8.                            =================================================
  9.  
  10.  
  11. IS THIS JUST ANOTHER DEMO?
  12. __________________________
  13.  
  14. No.  The files which are part of this ZIPped DiaLogic file
  15. represent the commercial version of DiaLogic being sold
  16. internationally to QuickBASIC programmers.  DiaLogic may be ordered
  17. directly from Dialog Software at 1-800-336-1166.
  18.  
  19. This BBS version of DiaLogic is fully-functional, and it includes
  20. a comprehensive demonstration and several source files.  The entire
  21. 200,000-byte manual has also been provided so that you may fully
  22. examine the power and features of DiaLogic.  If you decide that you
  23. like DiaLogic, you may register and receive DIALOGIC.LIB, which
  24. will allow you to create your own stand-alone applications.  Until
  25. you register, however, you may use DiaLogic.QLB in the QuickBASIC
  26. 4.x environment only to develop and test a program.  
  27.  
  28.  
  29. HOW CAN I USE THIS?
  30. ___________________
  31.  
  32. You may specify the DiaLogic Quick Library for use by starting
  33. QuickBASIC 4.x as follows:
  34.  
  35.         QB /L DIALOGIC
  36.  
  37. At this point the DiaLogic module will be available from the
  38. QuickBASIC environment and you may create, test, and debug entire
  39. applications.  For example, to load and run the DEMO.BAS source
  40. (or any of the other source files we've provided), you may use
  41. QuickBASIC's File Open menu option to load it as you would any
  42. BASIC program.  Once the program has been loaded, press <Shift><F5>
  43. to run it.
  44.  
  45. If you decide you like DiaLogic, you may register by purchasing the
  46. product.  Registered users will receive DiaLogic source code as well
  47. as DIALOGIC.LIB, a file needed in order to create standalone .EXE files.
  48.  
  49.  
  50. WHAT IS DIALOGIC?
  51. _________________
  52.  
  53. DiaLogic is the most advanced Dialog Box utility available for
  54. QuickBASIC.  As a sophisticated programming tool, DiaLogic is used
  55. to generate text-based dialog boxes just like those used in
  56. Microsoft's QuickBASIC & QuickC editors, and Microsoft Works. 
  57. Unlike other "dialog box" programs, DiaLogic creates dialog boxes
  58. which have striking similarity to Microsoft's own, and allows the
  59. QuickBASIC programmer - whether novice or advanced - to develop
  60. applications which have a standard, intuitive user-interface like
  61. the well-known interfaces of the Macintosh, Hewlett-Packard's New
  62. Wave, the DOS 4.0 Shell, and of course Microsoft Windows.  
  63.  
  64. DiaLogic is a module which is linked with your own program.  It is
  65. not memory resident, rather it becomes part of the final .EXE file. 
  66. When you call DiaLogic from your program, DiaLogic reads a dialog
  67. box template which you design in an array, and pops the dialog box
  68. onto the screen for the user.  When finished, DiaLogic passes all
  69. the information about user-input back to the calling program, and
  70. allows processing to continue.
  71.  
  72. Consider these features:
  73.  
  74.    -    DiaLogic combines BASIC with low-level assembler routines to
  75.         provide the fastest speed possible.
  76.    -    Documented source code is provided for registered users at no
  77.         additional charge.
  78.    -    DiaLogic's 100+ page manual contains a complete step-by-step
  79.         tutorial for creating many types of dialog boxes.
  80.    -    DiaLogic includes an on-screen demo which explains each dialog
  81.         box input element as it runs
  82.    -    DiaLogic input elements include the text box, list box, check
  83.         box, option buttons, smart labels, command buttons, and group
  84.         box.
  85.    -    All dialog boxes may be *fully* customized with respect to
  86.         color, position, size, and the number of input elements which
  87.         they contain.
  88.    -    Dialog boxes may be stacked on top of one another.
  89.    -    Dialog boxes may be single- or multi-tasking.  Multi-tasking
  90.         dialog boxes allow DiaLogic to be polled by the calling
  91.         program so that a background task may continue to execute.
  92.    -    DiaLogic's mouse interface is *exactly* like Microsoft's
  93.         QuickBASIC 4.5 editor.  List boxes and text boxes even detect
  94.         mouse acceleration when scrolling!
  95.    -    DiaLogic's dialog boxes may optionally explode when displayed,
  96.         with a drop-shadow effect if desired.
  97.    -    Hidden Alt-Keys (shortcut keys) are supported
  98.    -    DiaLogic supports all text modes and colors.
  99.  
  100.  
  101. REQUIREMENTS
  102. ____________
  103.  
  104. DiaLogic requires QuickBASIC 4.0 or later, and 640K base memory.
  105.  
  106. The BASIC 7.0 version will be available by April 30, 1990.  This
  107. version will be $10.00.  If you add this amount to your DiaLogic
  108. order, the upgrade will be sent to you as soon as it is available.
  109.  
  110. REGISTERING
  111. ___________
  112.  
  113. DiaLogic is $79.95 ($89.95 for the BASIC 7.0-compatible version). 
  114. Shipping in the United States is $6.00, and $15.00 outside the U.S. 
  115. Virginia residents, please add 4.5% sales tax.
  116.  
  117. You may order DiaLogic by calling 1-800-Dialog-1 (1-800-342-5641). 
  118. This number will work in all areas of the United States.  Other
  119. areas may call Dialog Software at 1-703-284-2344.  You may use VISA
  120. or MasterCard (all orders verified before being shipped), or you
  121. may send a check or money order to:
  122.  
  123.         Dialog Software
  124.         Orders Department
  125.         Box 9889 at 1101 Wilson Boulevard
  126.         Arlington, Virginia 22209-0889
  127.  
  128. We cannot accept purchase orders.
  129.  
  130. All orders are shipped first class and within 2 business days
  131. (except when back-ordered).
  132.  
  133.  
  134. TECHNICAL SUPPORT
  135. _________________
  136.  
  137. Technical support is free to registered users of DiaLogic.  Please
  138. run the included DiaLogic demo for more information.
  139.  
  140.  
  141.  
  142. [End]
  143.